[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / a / 3 / objective-extensions / 0.1.0 / objective-extensions.podspec.json
blob4c1a3c2b311bcdee67cdff2247eeb990d89a1825
2   "name": "objective-extensions",
3   "version": "0.1.0",
4   "summary": "utility functions added to common objective c classes",
5   "description": "Objective-extensions is a library of helper functions added to objective-c base types. \n Including: \n  [NSArray forEach], \n  [NSDictionary forEachKey], \n  [NSObject forEachProperty]\n\n  [UIColor colorWithHex:]\n\nPlus, many others not documented here.",
6   "homepage": "https://github.com/loofy2/objective-extensions",
7   "license": "MIT",
8   "authors": {
9     "Lee Irvine": "loofy2@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/loofy2/objective-extensions.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "objective-extensions": [
22       "Pod/Assets/*.png"
23     ]
24   }