[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 9 / CMFactory / 1.4.1 / CMFactory.podspec.json
blob2717daefae05718228ee81b7b5199af6629aad09
2   "name": "CMFactory",
3   "version": "1.4.1",
4   "summary": "FactoryGirl and fixture loader for iOS.",
5   "homepage": "https://github.com/lucasmedeirosleite/CMFactory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lucas Medeiros": "lucastoc@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/lucasmedeirosleite/CMFactory.git",
15     "tag": "1.4.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "CMFactoryExampleTests/CMFactory",
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "\"$(inherited)\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
25   },
26   "dependencies": {
27     "Mantle": [
28       "1.0"
29     ]
30   }