blob: fafba8d1ca1ca4108b05cf43719c10bda8f29998 [file] [log] [blame]
{
"name": "AOP-OC",
"version": "1.0.0",
"summary": "a little aop implementation for Objective C",
"description": " A longer description of iOSCommon in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/cikelengfeng/AOP-OC",
"license": "MIT",
"authors": {
"cikelengfeng": "cikelengfeng@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/cikelengfeng/AOP-OC.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}