[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 4 / PSFoundation / 1.0.1 / PSFoundation.podspec.json
blob954141e64019ceab5e749aef1886e41f7cceb675
2   "name": "PSFoundation",
3   "version": "1.0.1",
4   "summary": "PSFoundation",
5   "description": "PSFoundation is base library to build iOS application.",
6   "homepage": "https://github.com/pisces/PSFoundation",
7   "license": "MIT",
8   "authors": {
9     "pisces": "hh963103@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pisces/PSFoundation.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "PSFoundation/Classes/**/*",
19   "resource_bundles": {
20     "PSFoundation": [
21       "PSFoundation/Assets/*"
22     ]
23   },
24   "frameworks": "Foundation",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "$(inherited) -ObjC -lsqlite3 -lz",
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28   }