[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 0 / 7 / AOP-OC / 1.0.0 / AOP-OC.podspec.json
blobfafba8d1ca1ca4108b05cf43719c10bda8f29998
2   "name": "AOP-OC",
3   "version": "1.0.0",
4   "summary": "a little aop implementation for Objective C",
5   "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",
6   "homepage": "https://github.com/cikelengfeng/AOP-OC",
7   "license": "MIT",
8   "authors": {
9     "cikelengfeng": "cikelengfeng@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/cikelengfeng/AOP-OC.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": "Foundation",
21   "requires_arc": true