steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.
https://twitter.com/steipete
MIT License
8.4k stars 1.26k forks source link

why i can get Version 1.4.2? the last version is 1.4.1 #108

Open ymoyao opened 8 years ago

ymoyao commented 8 years ago

why i can't get version 1.4.2? the last version i can use is 1.4.1? i use pod "Aspects" in the podfile.

steipete commented 8 years ago

Just haven't updated it yet. Use the source.

cheers, Peter

On 2 Sep 2016, at 09:46, developeryh notifications@github.com wrote:

why i can get Version 1.4.2? the last version is 1.4.1? i use pod "Aspects" in the podfile.

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ymoyao commented 8 years ago

download? allright,another question : aspectInfo.instance will not be nil after object relese,so i can't judge whether the object relese..

steipete commented 8 years ago

Try StackOverflow. Open Source doesn't mean free support. Thanks.

cheers, Peter

On 2 Sep 2016, at 10:35, developeryh notifications@github.com wrote:

download? allright,another question : aspectInfo.instance will not be nil after object relese,so i can judge whether the object relese..

― You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Silence-GitHub commented 6 years ago

Try this for 1.4.2

pod 'AspectsV1.4.2'